翻訳と辞書
Words near each other
・ Faster-than-light
・ Faster-than-light neutrino anomaly
・ FasterCures
・ Fasterfox
・ Fast of Esther
・ Fast of Gedalia
・ Fast of Nineveh
・ Fast of the Firstborn
・ Fast offering
・ Fast oil recovery
・ Fast Open Pairs
・ Fast Paced World
・ Fast packet switching
・ Fast parallel proteolysis
・ Fast Passenger
Fast path
・ Fast Probability Integration
・ Fast Product
・ Fast protein liquid chromatography
・ FAST protocol
・ FAST Racing Neo
・ Fast radio burst
・ Fast reroute
・ Fast Response Car
・ Fast Response Vehicle
・ Fast Retailing
・ Fast retransmit
・ Fast Romantics
・ Fast Rules
・ Fast Ryde


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Fast path : ウィキペディア英語版
Fast path
Fast path is a term used in computer science to describe a path with shorter
instruction path length through a program compared to the 'normal' path. For a fast path to be effective it must handle the most commonly occurring tasks more efficiently than the 'normal' path, leaving the latter to handle uncommon cases, corner cases, error handling, and other anomalies. Fast paths are a form of optimization.〔(How to choose the best router switching path for your network )〕
For example dedicated packet routing hardware used to build computer networks will often support software dedicated to handling the most common kinds of packets, with other kinds, for example with control information or packets directed at the device itself instead of being routed elsewhere, put on the metaphorical "slow path", in this example usually implemented by software running on the control processor.
Specific implementations of networking software architectures have been developed that leverage the concept of a fast path to maximize the performance of packet processing software. In these implementations, the networking stack is split into two layers and the lower layer, typically called the fast path, processes the majority of incoming packets outside the OS environment without incurring any of the OS overheads that degrade overall performance. Only those rare packets that require complex processing are forwarded to the OS networking stack, which performs the necessary management, signaling and control functions.
==Origin==
A fast path is analogous to a short cut (generic meaning: a shorter route or smaller effort).

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Fast path」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.